home *** CD-ROM | disk | FTP | other *** search
/ Draw Works Millennium - …hic Design & Illustration / DrawWorks Millennium - Purpose Graphic Design & Illustration.iso / drawworks / _drawworks / _run < prev    next >
Text File  |  1999-04-26  |  1KB  |  38 lines

  1. RmEnsure UtilityModule 3.0 ERROR This Application requires Risc OS 3.00 or later
  2. IF "<DwD$Dir>" <> "" THEN ERROR DrawWorks Millennium is already loaded and running
  3. Set DwD$Dir <Obey$Dir>
  4.  
  5. | The following lines set up the location of any scrap files
  6. | Remember to comment out the one that you do NOT want to use
  7. | Use the line below to set up DwD to store scrap files inside itself
  8. | -------------------------------------------------------------------------
  9. |SET DwD$Scrap <Obey$Dir>.Scrap
  10.  
  11. | Use this line to set up DwD to use the normal Acorn !Scrap folder
  12. | -----------------------------------------------------------------------
  13. CDIR <Wimp$ScrapDir>.DWD
  14. SET DwD$Scrap <Wimp$ScrapDir>.DWD
  15.  
  16. | Seperator/simulator locations
  17. | -----------------------------
  18. CDIR <DwD$Scrap>.CMYK
  19. SET CMYK$Path <DwD$Scrap>.CMYK.
  20. CDIR <DwD$Scrap>.Spot
  21. SET SpotSep$Path <DwD$Scrap>.Spot.
  22. CDIR <DwD$Scrap>.Simulation
  23. SET PrintSimulator$Path <DwD$Scrap>.Simulation.
  24.  
  25. | Load Correct Modules
  26. | --------------------
  27.  
  28. RMensure Drawfile 1.43 Rmload <DwD$Dir>.Modules.Drawfile
  29. RmEnsure WindowManager 3.66 RmLoad <DwD$Dir>.Modules.DX31
  30. RmEnsure DrawExtra Rmload <DwD$Dir>.Modules.DX36
  31. RMEnsure ColourPicker 0.15 Rmload <Dwd$Dir>.Modules.Picker
  32. SET <Draw$Path> <Obey$DIR>,<Draw$Path>
  33. IconSprites <Obey$Dir>.!Sprites
  34. RUN <DwD$Dir>.!iKick
  35. Wimpslot -Min 512K -Max 512K
  36. Filer_Run <DwD$Dir>.!Runimage
  37.  
  38.